home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / dflat2.zip / README < prev    next >
Text File  |  1991-04-19  |  2KB  |  47 lines

  1. April 19, 1991
  2.  
  3. The source files in this ARC archive constitute the D-Flat 
  4. windowing system. Each month, I will replace this file to 
  5. reflect the changes made for the column that is under way.
  6. This file will probably be ahead of the published columns;
  7. it is April now, and I am writing the July column.
  8.  
  9. To build the D-flat software, de-arc the archive into its 
  10. own subdirectory. You must modify the makefile to use either
  11. Microsoft or Turbo C.
  12.  
  13. The makefile adjusts for Microsoft C 6.0 or Turbo C version
  14. 2.0 or later. To build with the Turbo C make utility, comment 
  15. out the first line in the makefile so that it looks like this:
  16.  
  17.     #MSC = 1
  18.  
  19. and type this command:
  20.  
  21.     C>make
  22.  
  23. To build with the Microsoft C nmake utility, make the first
  24. line of the makefile look like this:
  25.  
  26.     MSC = 1
  27.  
  28. and type this command:
  29.  
  30.     C>nmake
  31.  
  32. The makefile makes a program named memopad.exe. It is a
  33. multiple-document notepad program. To use D-flat for other 
  34. programs, you will probably want to put all the .OBJ files 
  35. other than memopad.obj into an object library.
  36.  
  37. My CompuServe ID is 71101,1162. I monitor the DDJFORUM every
  38. day and prefer that you discuss D-Flat there so that every one
  39. can benefit from your comments.
  40.  
  41. Observe the #define VERSION statement in dflat.h. The version 
  42. number should correspond with the n in the D-FLATn.ARC filename 
  43. that you downloaded. Check the uploads periodically to see if
  44. there is a more recent version available.
  45.  
  46. Al Stevens
  47.